home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PrFlds1.9.cpt / PrFlds XCMD 1.9 / background_3627.txt < prev    next >
Text File  |  1989-04-27  |  2KB  |  96 lines

  1. -- background: 3627 from stack: in.9
  2. -- bmap block id: 4328
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=245 top=287 right=309 bottom=369
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Show Print Specs
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the visible of card field "print options" then
  23.     set the name of the target to "Show Print Specs"
  24.     hide card field "print options"
  25.   else
  26.     set the name of the target to "Hide Print Specs"
  27.     hide card field "Layout"
  28.     hide card field "Selection"
  29.     show card field "print options"
  30.   end if
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 5 (button)
  36. -- low flags: 00
  37. -- high flags: 8003
  38. -- rect: left=8 top=270 right=292 bottom=187
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: About PrFlds
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   hide card field "Layout"
  50.   hide card field "Selection"
  51.   show card field "About"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 6 (button)
  57. -- low flags: 00
  58. -- high flags: 8003
  59. -- rect: left=8 top=293 right=315 bottom=187
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: PrFlds Parameter Layout
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   hide card field "Selection"
  71.   set the scroll of card field "Layout" to 0
  72.   show card field "Layout"
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 7 (button)
  78. -- low flags: 00
  79. -- high flags: 8003
  80. -- rect: left=8 top=316 right=338 bottom=186
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Special Selection Function
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   hide card field "Layout"
  92.   set the scroll of card field "Selection" to 0
  93.   show card field "Selection"
  94. end mouseUp
  95.  
  96.